SEVONPEND=VALUE_0, SLEEPONEXIT=VALUE_0, SLEEPDEEP=VALUE_0
System Control Register
SLEEPONEXIT | Determines whether, on an exit from an ISR that returns to the base level of execution priority, the processor enters a sleep state 0 (VALUE_0): o not sleep when returning to Thread mode 1 (VALUE_1): enter sleep, or deep sleep, on return from an ISR |
SLEEPDEEP | Provides a qualifying hint indicating that waking from sleep might take longer 0 (VALUE_0): sleep 1 (VALUE_1): deep sleep |
SEVONPEND | Determines whether an interrupt transition from inactive state to pending state is a wakeup event 0 (VALUE_0): only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded 1 (VALUE_1): enabled events and all interrupts, including disabled interrupts, can wakeup the processor |